home *** CD-ROM | disk | FTP | other *** search
- -- background: 2801 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 0
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=194 top=286 right=308 bottom=294
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Panic Button
- ----- HyperTalk script -----
- on MouseUp
- global panicbuttonh,panicbuttonw
- put Round(Random(512-panicbuttonw)+panicbuttonw/2) into horiz
- put Round(Random(343-panicbuttonh)+panicbuttonh/2) into vert
- play "Boing"
- set Loc of button "Panic Button" of card 2 to horiz,vert
- go to card 2
- end MouseUp
-